Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary

Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary
Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary

The Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary schema contains information about a Project, including whether it is compatible with the vCenter Namespaces feature and incompatibility reasons.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "vpc": "string",
    "name": "string",
    "nsx_path": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
vpc
Required

Identifier of the VPC.

This property was added in vSphere API 9.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.namespace_management.networks.nsx.Vpc.

string
name
Required

User-friendly identifier of the VPC.

This property was added in vSphere API 9.0.0.0.

string
nsx_path
Required

NSX path of the VPC.

This property was added in vSphere API 9.0.0.0.

boolean
compatible
Required

Compatibility of this VPC with the given Supervisor.

This property was added in vSphere API 9.0.0.0.

incompatibility_reasons
Required

List of reasons for incompatibility. If Vcenter NamespaceManagement Networks Nsx Projects Vpcs Compatibility Summary.compatible is true, this list will be empty.

This property was added in vSphere API 9.0.0.0.